1. /* slosetsf.cpp by K.Tsuru */
  2. // function ID = 290 DRADIX
  3. /***************************************
  4. SLong, SFraction class
  5. substitution operator SLong = SFraction
  6. ****************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. SLong& SLong::operator=(const SFraction& sf){
  11. return *this = sf.NumNR()/sf.DenNR();
  12. }

slosetsf.cpp : last modifiled at 2015/11/27 14:26:00(343 bytes)
created at 2016/04/27 13:56:31
The creation time of this html file is 2016/09/13 19:56:39 (Tue Sep 13 19:56:39 2016).